home *** CD-ROM | disk | FTP | other *** search
- I have written ISFILE in order to signal my users if they have new mail at
- login time without loading any resident program. Here is how I have modified
- the system login script:
-
- #ISFILE F:\MHS\MAIL\USERS\%LOGIN_NAME\DVSEMAIL
- IF ERROR_LEVEL > "0" THEN BEGIN
- FIRE PHASERS 3 TIMES
- WRITE "\n%FULL_NAME, you have %ERROR_LEVEL new message(s)..."
- WRITE "Start the mail program by typing \"EMAIL\"!\n"
- END
-
- These commands assume that you use the DaVinci eMail program, and that the
- MHS root directory is F:\MHS.
-
- Francois Bergeon
- CIS: 73377,3170